home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / common.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  342 b   |  13 lines

  1. #import "Localization.h"    // basic strings set
  2.  
  3.     /*
  4.      *
  5.      * level 0 == none 
  6.      * level 1 == log script to stderr
  7.      * level 2 == log parsing of pairings file 
  8.      * level 3 == don't actually run backup - not impl yet
  9.      */
  10. #define debug_except_pat    1
  11. #define    debug_file_parse    2
  12. #define debug_level    (atoi(NXGetDefaultValue([NXApp appName], debug)))
  13.